home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / BPNN132U.ARJ / TIMER.H < prev   
Text File  |  1992-04-27  |  308b  |  11 lines

  1. /*
  2. *-----------------------------------------------------------------------------
  3. *    file:    timer.h
  4. *    desc:    time a program in secs
  5. *    by:    patrick ko
  6. *    date:    18 jan 92
  7. *-----------------------------------------------------------------------------
  8. */
  9. void        timer_restart        ( );
  10. long int    timer_stop        ( );
  11.